home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0113-MPW3.0 C++3.1b1 Mac-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-20  |  3.1 KB  |  70 lines  |  [TEXT/GEOL]

  1. Item    7438233                         17-Oct-89        14:40
  2.  
  3. From:   D4280                           IDS, Robert Pappas, AST
  4.  
  5. To:     MACAPP.TECH$                    MACAPP Tech
  6.  
  7. Sub:    MPW3.0 C++3.1b1 MacApp|try2
  8.  
  9.  
  10. The program I am trying to build is a C++ example that Dave Wilson gave us at
  11. MacApp class at the DevU. It is called Bird. It demonstrates cmd objects, and
  12. undo and a lot of other neat junk... If you havn't gone to his class, GO!!! it
  13. is well worth it, pry saved me 2 months of learning on my own.
  14.  
  15. OK, OK... You guys were right, I do have MPW C 3.1B1, but it seems that the
  16. MacApp headers expects some types to be defined in the CIncludes...
  17.  
  18. I believe I am missing some newly defined interface files for MPW C 3.1B1,
  19. there were some new ones with the C++ diskettes, but none of the types
  20. mentioned below were defined there.
  21.  
  22. Could somebody please do a search on both {MPW}CInclude and {MacApp}CInclude
  23. directories for a typedef of SignedByte and all the others mentioned below?
  24.  
  25. To be specific, I put my own typedefs in for these 2 so I could get farther in
  26. the compile to see some more errors:
  27.     SignedByte in UMacAppUtilities.h
  28.     VHSelect in UMacAppUtilities.h
  29. Here is some more errors:
  30.  
  31. File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 388 # warning:
  32. __GetA0  is reserved (starts with __[A-Z]); compile could fail!
  33. File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 391 # warning:
  34. __GetA5  is reserved (starts with __[A-Z]); compile could fail!
  35. File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 394 # warning:
  36. __GetA6  is reserved (starts with __[A-Z]); compile could fail!
  37. File "HD:MacApp:Interfaces:CIncludes:UMacAppUtilities.h"; line 397 # warning:
  38. __GetA7  is reserved (starts with __[A-Z]); compile could fail!
  39. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 488 # error:  h undefined
  40. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 489 # error:  v undefined
  41. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1457 # error: Byte filler
  42. : Byte is not a type name
  43. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1457 # error: syntax
  44. error
  45. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1471 # error: Byte filler
  46. : Byte is not a type name
  47. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1471 # error: syntax
  48. error
  49. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1472 # error: two
  50. declarations of ::itsSignature
  51. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1477 # error:  viewType
  52. undefined, size not known
  53. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 1478 # error:
  54. viewIncludeAt undefined, size not known
  55. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 2047 # error: Byte
  56. filler1 : Byte is not a type name
  57. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 2047 # error: syntax
  58. error
  59. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 2049 # error:  static
  60. field
  61. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 2049 # error: field not
  62. in class
  63. File "HD:MacApp:Interfaces:CIncludes:UMacApp.h"; line 2050 # error:  static
  64. field
  65. Sorry, too many errors ###      >:-(    #Frowning eyebrows...
  66.  
  67. Bob Pappas, IDS Financial Services; D4280
  68.  
  69.  
  70.